GET Hero Recommended Content
/web/academy/heroes/{hero_identifier}/recommended
Retrieve recommended content for a specific hero. Supports query parameters for pagination, sorting, and localization.
Path parameters:
- hero_identifier: Hero identifier as numeric hero ID or hero name. Accepts values like
30,Yi Sun-shin, oryisunshin.
Query parameters:
- size: Number of items per page (minimum: 1).
- index: Page index (starting from 1).
- order: Sort order for recommendation hotness or creation time. Allowed values:
asc,desc. - lang: Language code for localized content (default:
en).
The response includes hero recommended content data:
- records: Array of recommended entries, each containing:
- createdAt: Creation timestamp.
- updatedAt: Last update timestamp.
- data:
- channels: Content channels (e.g., 'UGC', 'recommend').
- type: Content type (e.g., 'ugc_hero').
- state: Content state (e.g., 'release').
- data:
- hero: Hero metadata including:
- hero_id: Hero ID.
- hero_lane: Lane assignment.
- hero_tags: Array of tag IDs.
- equips: Recommended equipment builds with IDs and descriptions.
- emblems: Recommended emblem sets with IDs and descriptions.
- spell: Recommended battle spell with ID and description.
- cooperates: Cooperative hero synergies with descriptions and rates.
- counters: Counter heroes with descriptions and rates.
- dominants: Dominant strategies or tips.
- recommend: General recommendation notes.
- snapshot: Snapshot image URL.
- game_version: Version reference.
- language: Content language.
- pages: Content sections (e.g., 'hero', 'spell', 'equip').
- title: Guide or build title.
- hero: Hero metadata including:
- user: Author metadata including:
- name: Author name.
- avatar: Author avatar URL.
- level: Author level.
- roleId: Role ID.
- zoneId: Zone ID.
- dynamic: Engagement metrics:
- views: Total views.
- hot: Hotness score.
- votes: Total votes.
- views_by_4h_total_24h: Views in last 24h.
- vote_all: Voting metadata:
- target: Target content ID.
- vote: Vote ID reference.
This endpoint is useful for:
- Surfacing curated or community-recommended hero guides.
- Providing builds, emblems, and strategies tailored to a hero.
- Highlighting cooperative and counter hero recommendations.
- Guiding players with contextual tips and shared experiences.